


/* banner */
.banner_con{
    width: 100%;
    height: calc(100vh - 130px);
    position: relative;
    overflow: hidden;
}
.banner_sy{
    /* height: auto; */
    height: calc(100vh - 130px);
}
.banner_sy .swiper{
    width: 100%;
    height: calc(100vh - 130px);
}
.banner_kuaijie{
    position: absolute;
    bottom: 0;
    width: 1500px;
    height: 160px;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner_kuaijie a{
    height: 160px;
    width: 24.5%;
}
.banner_kuaijie a .banner_list{
    height: 160px;
    width: 100%;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    transition: all 1s;  
    background-color: rgba(44,134,215,0.7);
    cursor: pointer;
}
.banner_list .banner_list_img{
    width: 60px;
    height: 60px;
}
.banner_list .banner_list_title{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 40px;
}
.banner_list .xiantiao{
    width: 30px;
    height: 1px;
    background: #FFFFFF;
}

.banner_kuaijie .banner_list:hover{
    background-color: #F39800;
    transition: all 1s;  
}

/* main */
.main_con{
    width: 100%;
    height: auto;
}
.main_con .mains{
    margin: 40px auto;
    height: auto;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}
.mains .mian_left{
    width: 400px;
    height: 880px;
}
.main_top_title{
    width: 100%;
    height: 50px;
    border-bottom: 3px solid #0E5A9E;
    display: flex;
    align-items: center;
}
.main_top_title .xiat{
    width: 3px;
    height: 21px;
    background: #0E5A9E;
}
.main_top_title .mian_title_text{
    color: #0E5A9E;
    font-size: 20px;
    padding-left: 20px;
}
.mian_gywm{
    width: 600px;
    height: 400px;
    margin-top: 15px;
}
.mian_gywm .main_img{
    width: 600px;
    height: 360px;
}
.main_conten_text{
    width: 598px;
    height: 229px;
    border-bottom: 1px solid #D7D7D7;
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    position: relative;
}
.main_condecs{
    padding: 20px;
    color: #333339;
    font-size: 16px;
    line-height: 30px;
    height: 100px;
    display: -webkit-box;            
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 4;           
    overflow: hidden;      
}
.main_btn{
    width: 220px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #0E62AA;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.main_btn .main_btn_wxy{
    width: 14px;
    height: 14px;
    background: rgba(170,169,169,0);
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.main_btn .main_btn_wxy .main_btn_nxy{
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 50%;
}
.main_btn .main_btn_title{
    color: #fff;
    font-size: 16px;
    padding-left: 15px;
}
.bgcolo{
    background: #F6F6F6;
}
.mt40{
    margin-top: 40px;
}
.main_video{
    width: 860px;
    height: 375px;
    margin: 20px auto 0;
}
.main_video .video_class{
    width: 860px;
    height: 375px;
    object-fit: cover;
}
.main_video_title{
    width: 860px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-family: STLiti;
    font-weight: 400;
    color: #5A5A5A;
    text-align: center;
}


.mains .mian_center{
    width: 615px;
    height: 880px;
   
}
.mian_center .mian_center_con{
    background: #F6F6F6;
    height: 825px;
    overflow: hidden;
}
.mian_swiper{
    width: 860px;
    height: 400px;
    margin: 15px auto 0;
}
.mian_swiper .swiper{
    width: 860px;
    height: 400px;
}
.mySwiernew .swiper-wrapper .swiper-slide{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.news_lists{
    width: 860px;
    position: relative;
}
.news_imgt{
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.imgt{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.6);
    padding: 10px 30px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #1F1F1F;
    line-height: 40px;
    height: 40px;
    overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap;
}
.news_list{
    margin: 25px 30px;
    height: 129px;
    border-bottom:  1px dashed #B5B5B5;
}
.news_list .news_list_title{
    height: 35px;
    display: flex;
}
.news_list_title .news_time{
    width: 100px;
    padding:0 10px;
    height: 35px;
    color: #fff;
    background-color: #0E5A9E;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    border-radius: 25px;
}
.news_list_title .news_tist{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #1F1F1F;
    line-height: 35px;
    padding-left: 10px;
    overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap; 
    height: 30px;
}
.news_list .news_decs{
    padding-top: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #929191;
    line-height: 30px;
    height: 60px;
     display: -webkit-box;            
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 2;           
    overflow: hidden;      
}

.news_lists:hover a .news_title{
    color: #0E5A9E;
}
.news_list:hover a .news_list_title .news_tist{
    color: #0E5A9E;
}



.mains .mian_right{
    width: 420px;
    height: 880px;
}
.chanpin_con{
    width: 1000px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.chanpin_con .chanpin_name{
    padding: 10px;
    margin-right: 15px;
    text-align: center;
    overflow:hidden; 
    font-size: 16px;
     color: #fff;
    background-color: #0E5A9E;
    cursor: pointer;
}
.chanpin_name:last-child{
    margin-right: 0;
}
.chanpin_name a{
    color: #fff;
    padding: 12px;
}
.chanpin_con .chanpin_name:hover{
    background-color: #F39800;
}
.chanpin_con .active{
    background-color: #F39800;
}
#active_1{
    background-color: #F39800;
}
#tabCon_1{
    display: block;
}
#tabCon_2{
    display: none;
}
#tabCon_3{
    display: none;
}
#tabCon_4{
    display: none;
}

.chanpin .chanpin_nr{
    display: none;
    width: 1500px;
    height: 450px;
    margin: 10px auto 0;
}
.chanpin .actives{
    display: block;
}
.chanpin_nr .swiper{
    width: 1500px;
    height: 450px;
}
.chanpin_nr .chanpin_img{
    width: 480px;
    height:450px;
}

.huayefc{
    width: 600px;
    height: 425px;
    margin: 20px auto 0;
}
.huayefc .swiper{
    width: 600px;
    height: 425px;
}

.fcnext, .fcprev{
    color: #fff !important; 
}
.fcnext:after, .fcprev:after{
    font-size:20px !important;
}




/*  */

.mains .chanpin{
    width: 100%;
    height: 540px;
    margin: 20px auto;
}
.main_top_title{
    width: 100%;
    height: 50px;
    border-bottom: 3px solid #0E5A9E;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_title{
    width: 140px;
    display: flex;
    align-items: center;
}
.top_title .xiat{
    width: 3px;
    height: 21px;
    background: #0E5A9E;
}
.main_top_title .mian_title_text{
    color: #0E5A9E;
    font-size: 20px;
    padding-left: 20px;
}

.maintype{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.maintype .news{
    width: 860px;
    height: 660px;
    background-color: #F6F6F6;
}
.maintype .gywm{
    width: 600px;
    height: 660px;
}

.maintype .shipin{
    width: 860px;
    height: 560px;
}
.maintype .jiayefengcai{
    width: 600px;
    height: 560px;
}

/* pc */
.bannerxunafu{
    display: block;
    position: relative;
    width: 94%;
    max-width: 1500px;
    margin: -160px auto 0;
    height: 160px;
    z-index: 99;
}
.chanpin_wap{
    display: none;
}
/* wap */
@media only screen and (max-width: 768px){
    .banner_sy{
        height: auto;
    }
    .banner_sy .swiper {
        width: 100%;
        height: 55vw;
    }
    .bannerxunafu{
        width: 90%;
        height: 320px;
        margin: 20px auto;
    }
    .banner_kuaijie{
        width: 100%;
        display: block;
        position:unset;
    }
    .banner_kuaijie a{
        height: 160px;
        width: 50%;
        float: left;
    }
    .banner_kuaijie a:nth-child(2) .banner_list{
        background-color: #F39800;
    }
    .banner_kuaijie a:nth-child(3) .banner_list{
        background-color: #F39800;
    }
    .banner_kuaijie .banner_list{
        background-color: rgba(44,134,215);
    }

    /* 产品 */
    .chanpin{
        display: none;
    }
    .chanpin_con{
        display: none;
    }

    .maintype {
        width: 90%;
        height: auto;
        margin: 30px auto;
        flex-wrap: wrap-reverse;
    }
   .maintype .news {
        width: 100%;
        height: auto;
        margin-top: 20px;
        background-color: #F6F6F6;
    }
    .maintype .gywm {
        width: 100%;
    }
    .mian_gywm {
        width: 100%;
        height: 400px;
        margin-top: 15px;
    }
    .mian_gywm .main_img {
        width: 100%;
        height: 360px;
    }
    .main_conten_text {
        width: calc(100% - 2px);
    }
    .mian_swiper {
        width: 100%;
        height: 50vw;
    }
    .mian_swiper .swiper {
        width: 100%;
        height: 50vw;
    }

    .maintype .shipin {
        width: 100%;
        height: 560px;
    }
    .main_video {
        width: 100%;
        height: 375px;
        margin: 20px auto 0;
    }
    .main_video .video_class {
        width: 100%;
        height: 375px;
        object-fit: cover;
    }
    .main_video_title {
        width: 100%;
    }

    .maintype .jiayefengcai {
        width: 100%;
    }
    .huayefc {
        width: 100%;
    }
    .huayefc .swiper {
        width: 100%;
        height: 425px;
    }
	



    /*  */
    .chanpin_wap{
        display: block;
        width: 90%;
        margin: 0 auto;
    }
	.news_imgt{
	    height: auto;
	}
	.news_title {
	    padding: 5px 30px;
	    font-size: 15px;
	    line-height: 30px;
	    height: 30px;
	}

}